Skip to content

Add GPO support for WindowsAdvanced Settings (improved)+ #25 - #27

Closed
SkandaBT (skanda890) wants to merge 14 commits into
microsoft:user/dkbennett/gpofrom
skanda890:patch-1
Closed

Add GPO support for WindowsAdvanced Settings (improved)+ #25#27
SkandaBT (skanda890) wants to merge 14 commits into
microsoft:user/dkbennett/gpofrom
skanda890:patch-1

Conversation

@skanda890

@skanda890 SkandaBT (skanda890) commented Nov 2, 2025

Copy link
Copy Markdown

Add GPO support to WindowsAdvanced Settings (improved) + #25

SkandaBT (skanda890) and others added 14 commits November 1, 2025 10:00
Updated wording for clarity and consistency throughout the document.
…lnerabilities (#1)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
*Total -- 10,842.33kb -> 8,161.51kb (24.73%)

/build/store/media/zh-CN/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/ru-RU/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/zh-TW/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/es-ES/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/fr-FR/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/en-us/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/it-IT/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/pt-BR/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/ko-KR/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/ja-JP/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/build/store/media/de-DE/AdvancedSettings.png -- 225.22kb -> 129.84kb (42.35%)
/test/AdvancedSettings.Tester/Assets/SplashScreen.scale-200.png -- 7.52kb -> 4.71kb (37.4%)
/build/store/media/zh-CN/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/de-DE/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/es-ES/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/ru-RU/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/fr-FR/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/zh-TW/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/ko-KR/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/ja-JP/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/en-us/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/pt-BR/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/build/store/media/it-IT/FileExplorerSourceIntegration.png -- 756.74kb -> 608.91kb (19.54%)
/test/AdvancedSettings.Tester/Assets/Wide310x150Logo.scale-200.png -- 3.13kb -> 2.61kb (16.67%)
/test/AdvancedSettings.Tester/Assets/Square44x44Logo.scale-200.png -- 1.61kb -> 1.38kb (14.51%)
/test/AdvancedSettings.Tester/Assets/LockScreenLogo.scale-200.png -- 1.40kb -> 1.22kb (12.73%)
/test/AdvancedSettings.Tester/Assets/StoreLogo.png -- 1.42kb -> 1.25kb (12.13%)
/test/AdvancedSettings.Tester/Assets/Square150x150Logo.scale-200.png -- 2.87kb -> 2.58kb (9.94%)
/test/AdvancedSettings.Tester/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -- 1.23kb -> 1.14kb (6.85%)
/src/AdvancedSettings/Assets/InitializationPage/AppList.scale-400.png -- 14.34kb -> 13.60kb (5.18%)
/src/AdvancedSettings/Assets/Production/StoreLogo.png -- 3.59kb -> 3.42kb (4.68%)
/src/AdvancedSettings/Assets/Dev/StoreLogo.png -- 3.59kb -> 3.42kb (4.68%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
* Add GPO support for WindowsAdvancedSettings

* Update to remove all registered folder paths if GPO disabled

* Update src/Common/Helpers/GPOHelper.cs

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

* Update Program.cs

* Update GPOHelper.cs

* Update src/Common/Helpers/GPOHelper.cs

Co-authored-by: SourceryAI <bot@sourcery.ai>

---------

Co-authored-by: David Bennett <dbennett-msft@outlook.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: SourceryAI <bot@sourcery.ai>
@skanda890 SkandaBT (skanda890) changed the title Patch 1 Improving the code Nov 2, 2025
@skanda890

Copy link
Copy Markdown
Author

#14

@skanda890
SkandaBT (skanda890) marked this pull request as draft November 2, 2025 10:27
@skanda890 SkandaBT (skanda890) changed the title Improving the code Improving the code + #25 Nov 2, 2025
@skanda890
SkandaBT (skanda890) marked this pull request as ready for review November 2, 2025 10:28
@skanda890 SkandaBT (skanda890) changed the title Improving the code + #25 Add GPO support for WindowsAdvamced Settings (improved)+ #25 Nov 3, 2025
@skanda890 SkandaBT (skanda890) changed the title Add GPO support for WindowsAdvamced Settings (improved)+ #25 Add GPO support for WindowsAdvanced Settings (improved)+ #25 Nov 3, 2025
@skanda890 SkandaBT (skanda890) closed this by deleting the head repository Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant